/* @override http://localhost/bxslider_v3_plugin/css/styles.css */

/*
 * To change the color scheme of slider change each 
 * background property for each of the five styles below
 */

/*next button*/
.bx-next {
	position:absolute;
	top:0;
	right:0px;
	z-index:999;
	width: 50%;
	height: 410px;
	text-indent: -999999px;
	cursor: url(http://new.lightingdesign.cn/skin/default/css/cursor_right.cur), pointer;
	 
}

/*previous button*/
.bx-prev {
	position:absolute;
	top:0;
	left:0;
	z-index:999;
	width: 50%;
	height: 410px;
	text-indent: -999999px;

	cursor: url(http://new.lightingdesign.cn/skin/default/css/cursor_left.cur), pointer;

}

/*pager links*/
.bx-pager a {
	margin-right: 5px;
	color: #fff;
	padding: 3px 8px 3px 6px;
	font-size: 12px;
	zoom:1;
	background: url(gray_pager.png) no-repeat 0 -20px;
}

/*auto start button*/
.bx-auto .start {
	background: url(gray_auto.png) no-repeat 0 2px;
	padding-left: 13px;
}

/*auto stop button*/
.bx-auto .stop {
	background: url(gray_auto.png) no-repeat 0 -14px;
	padding-left: 13px;
}

/*
 * End color scheme styles
 */


/*next/prev button hover state*/
.bx-next:hover,
.bx-prev:hover {
	background-position: 0 0;
}

/*pager links hover and active states*/
.bx-pager .pager-active,
.bx-pager a:hover {
	background-position: 0 0;
}

/*pager wrapper*/
.bx-pager {
	display: none;
	text-align:center;
	padding-top: 7px;
	font-size:12px;
	color:#666;
	position: absolute;
	left:48%;
	bottom: 25px;

}
.bx-child{
	text-align: center;
}
.fold-box{
width: 60px;
height: 85px;
position: absolute;
right: 0;
bottom: 0;
}

.fold-box-close{
	height: 60px;
}
.fold {
background-position: -160px center;
width: 60px;
height: 100%;
display: block;

background-image: url(picinfo_fold.png);
background-repeat: no-repeat;

}

.unfold {
background-color: black;
background-position: 19px 15px;
background-image: url(picinfo_fold.png);
background-repeat: no-repeat;
width: 60px;
height: 30px;
line-height: 30px;
padding-top: 30px;
text-align: center;
color: white;
opacity: .85;
filter: alpha(opacity=85);
}
/*captions*/
.bx-captions {
	position: absolute;
	bottom: 5px;
	
	font-size: 12px;
	
	
	color: #666;
	background: rgba(0, 0, 0, 0.7);
}


.bx-captions-wrapin{
	
	width: 740px;
	height: 92px;
}
.bx-captions-wrapin-hover{
	height: auto
}
/*auto controls*/
.bx-auto {
	text-align: center;
	padding-top: 15px;
}

.bx-auto a {
	color: #666;
	font-size: 12px;
}



.bx-wrapper,.bx-window,.bx-child{

	height:500px;
}







